VpFormatsSupported

@Serializable
data class VpFormatsSupported(val sdJwtVc: VpFormatsSupported.SdJwtVc? = null, val msoMdoc: VpFormatsSupported.MsoMdoc? = null) : Serializable(source)

Constructors

Link copied to clipboard
constructor(sdJwtVc: VpFormatsSupported.SdJwtVc? = null, msoMdoc: VpFormatsSupported.MsoMdoc? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class MsoMdoc(val issuerAuthAlgorithms: List<CoseAlgorithm>? = null, val deviceAuthAlgorithms: List<CoseAlgorithm>? = null) : Serializable
Link copied to clipboard
@Serializable
data class SdJwtVc(val sdJwtAlgorithms: List<JWSAlgorithm>? = null, val kbJwtAlgorithms: List<JWSAlgorithm>? = null) : Serializable

Properties

Link copied to clipboard
@SerialName(value = "mso_mdoc")
val msoMdoc: VpFormatsSupported.MsoMdoc? = null
Link copied to clipboard
@SerialName(value = "dc+sd-jwt")
val sdJwtVc: VpFormatsSupported.SdJwtVc? = null